home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 121_01 / _catalog next >
Text File  |  1985-08-19  |  4KB  |  103 lines

  1.                 MISCELLANY I        Version 1.0 - January 1986
  2.  
  3.  
  4.   The contents of this disk were contributed by (in alphabetical order):
  5. Steve Blasingame (sb), James Jones, Steve Kenton (smk), Ken Lonquest,
  6. Mike Meyer (mwm), and Cal Thixton (tj).
  7.  
  8.   Initial documentation to CUG standards was done by Roger Burrows. In
  9. this process, several files were rearranged and/or renamed for greater
  10. consistency of usage and ease of maintenance.
  11.  
  12.   All .C files have been updated with a catalog header in the standard
  13. format described in vol II.6 of the CUG newsletter.  In addition, a
  14. formatted (.DOC) documentation file has been created for each .C files
  15. (as proposed in vol I.5).  Finally, the file -CATALOG.HDR contains
  16. catalog headers for all files which are NOT .C or .DOC (the librarian
  17. arbitrarily decided that .DOC files didn't need recursive documentation).
  18.  
  19.   As a check against errors, the file CRCKLIST.CRC contains the CRC values
  20. for each file on this disk.  To verify the values, print off the file, then
  21. run CRCK4.COM against the file (sample follows for the distribution diskette
  22. logged in on drive B:):
  23.         CRCK4 B:*.*
  24.  
  25. The current librarian for this disk is:
  26.  
  27.         Roger Burrows,
  28.         6 Cobbler Court,
  29.         Ottawa,
  30.         Ontario,
  31.         Canada K1V 0B8
  32.  
  33. Please report bug fixes and proposed enhancements to the above.
  34.  
  35.   NOTE: Not all of this code has been tested by the librarian, due to
  36. lack of the appropriate hardware. Such untested code is flagged with an
  37. asterisk beside the author's name below.
  38.  
  39. File            Author          Comments
  40. ----            ------          ----------------------------------------------
  41. -catalog        mwm             this file (was "contents.not")
  42.  
  43. call.c          mwm             dial-by-name for the hayes smartmodem, plus
  44. call.dat        mwm               a sample data file (was "systems.dat")
  45.  
  46. ccc.c           mwm             a command driver for the C compiler
  47.                                   (was "cc.c")
  48.  
  49. date.c          mwm *           code to read and update the computime
  50. dateup.c        mwm *             clock board
  51. date.h          mwm *           include file for date*.c (was "clock.h")
  52.  
  53. dsw.c           tj              Delete from SWitches, selective file deletion
  54.  
  55. fcb.h           ?               used by files.c, sdir.c, etc.
  56. files.c         tj              used by sdir, zdir, etc.
  57.  
  58. if.c            sb              conditionally execute commands in
  59.                                   submit files
  60.  
  61. local.h         mwm & sk        include file for stuff by mwm & sk
  62. local.c         mwm & sk        random routines used by mwm & sk
  63.  
  64. ml2.c           smk             a version of the l2 linker with bug fixes
  65.                                   & enhancements for use with MP/M
  66.  
  67. more.c          mwm             paging file lister
  68. fseek.c         mwm             a kludgey seek for buffered i/o
  69.                                   (used by more.c)
  70.  
  71. plot.c          mwm *           code for using the epson mx-80 graftrax
  72.                                   bit graphics features
  73. plot.h          mwm *           globals for plot code
  74. plot.dat        James Jones *   test data for plot code (was "flakey.dat")
  75.  
  76. sdir.c          sb              two varieties of directory lister
  77. zdir.c          tj                (zdir supersedes ddir, ldir)
  78.  
  79. setup.c         mwm *           sets up function keys on teleray 10 terminal
  80.  
  81. sh.c            sb              a "shell" for cp/m
  82. doglob.h        sb                & its include file
  83.  
  84. tel.c           tj              a VERY souped up version of telnet
  85. tl370.c         Ken Lonquest    a slightly souped up version of telnet
  86.  
  87. xd.c            mwm             a file dumper (much nicer than dump)
  88.  
  89.  
  90.  
  91. Files changed since original version of this diskette:
  92.  
  93. File            Action                  Reason
  94. ----            ------                  ------
  95. bdscio1.h       removed                 version of standard file
  96. clock.h         renamed to date.h       naming consistency
  97. contents.not    renamed to -catalog     naming consistency
  98. ddir.c          removed                 function performed by zdir
  99. fstat.c         removed                 not used
  100. ldir.c          removed                 function performed by zdir
  101. sklocal.c       removed                 not used
  102. systems.dat     renamed to call.dat     naming consistency
  103.